SftTree/NET 2.0

FlybyHighlight Property, SftTree Class

Softel vdm, Inc.

Defines whether items in the item area are highlighted as the mouse cursor moves over cells.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property FlybyHighlight As Boolean

C#   

public bool FlybyHighlight { get; set; }

C++   

public: property bool FlybyHighlight {
        bool get();
        void set(bool value);
}

Property Value

True if items are highlighted as the mouse cursor moves over a cell, otherwise False.

The default value is True.

Comments

The FlybyHighlight property defines whether items in the item area are highlighted as the mouse cursor moves over cells.

The SelectionOutlineStyle property must be set to SelectionOutlineStyleEnum.UsingOutline for cells to be highlighted.

The FlybyHighlightUnderline property can be used to enable underlining of text parts (TextPartClass) as the mouse cursor moves over cells.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com